home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 28
/
Creative-Review-CD-ROM-28.iso
/
pc
/
image
/
image.dir
/
00291_Script_Help Script
< prev
next >
Wrap
Text File
|
1997-08-11
|
659b
|
14 lines
on exitFrame
hideObjects("9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48")
rollOverDisp2("9,10,Contents,11,12,Photography 1,13,14,Illustration 1,15,16,Film,17,18,News & Views,19,20,Competition,21,22,About,23,24,News,25,26,Views,27,28,Competition,29,30,Competition,31,32,About Bureau,33,34,About CDs,35,36,About Catalogues,37,38,About Showreels,39,40,About Image Index,41,42,About Offices,43,44,Help,45,46,Contents,47,48,Contents")
go the frame
end
on mouseUp
global dest
if dest <> "none" then
set the visible of sprite 43 to true
go to dest
end if
end